home *** CD-ROM | disk | FTP | other *** search
/ Ian & Stuart's Australian Mac: Not for Sale / Another.not.for.sale (Australia).iso / fade into you / getting there / WWW / MacHTTP Extras / Search Example / Search Example Script < prev    next >
Encoding:
Text File  |  1994-05-17  |  257 b   |  5 lines  |  [TEXT/R*ch]

  1. tell application "Search.exe"
  2.     set sdoc to Search Doc "search_me" for "two" address "www.uth.tmc.edu" user "cshotton" password "dummy"
  3.     set srch to Search "This is a simple Search."
  4.     return "SDOC results: " & sdoc & return & "SRCH results: " & srch
  5. end tell